Post

Replies

Boosts

Views

Activity

Reply to iOS 14: Several MDM commands fails with error "Couldn’t communicate with a helper application"
Has this problem been solved? do I have any thing can do to fix the issue?
Replies
Boosts
Views
Activity
Aug ’23
Reply to ASC Doesn't generate DSYM file
I'm not sure the issue has been fixed but I have the issue on my TVOS app
Replies
Boosts
Views
Activity
Mar ’23
Reply to Can I change the behavior of `UIPress.PressType.leftArrow` of UIScrollView on TVOS?
I realize that I missed a method in MyScrollView   func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive press: UIPress) -> Bool {   if press.type == .leftArrow || press.type == .rightArrow {    return false   }   return true  }
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22